home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Snippets / Sideways / MSUtil.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-07-20  |  158 b   |  10 lines  |  [TEXT/KAHL]

  1. #ifndef __MSUTIL__
  2. #define __MSUTIL__
  3.  
  4. #include <Quickdraw.h>
  5.  
  6. Boolean MSColorIndexesOK();
  7. Boolean MSColorQDExists();
  8. Boolean MSColorGrafPortIsTrue();
  9.  
  10. #endif